home *** CD-ROM | disk | FTP | other *** search
- DateTextField = {
- SUPERCLASS = TextField;
- };
- CategoryMgr = {
- ACTIONS = {
- deleteAcctCategory:;
- resetUpdateField:;
- replaceCategory:;
- selectCategory:;
- addAcctCategory:;
- selectGroup:;
- };
- OUTLETS = {
- updateField;
- expView;
- activeBrowser;
- activeGroup;
- incView;
- expenseBrowser;
- incomeOrExpenseRadio;
- categoryWindow;
- theSplitView;
- incomeBrowser;
- };
- SUPERCLASS = List;
- };
- AppWindow = {
- SUPERCLASS = Window;
- };
- FirstResponder = {
- ACTIONS = {
- menuItemUpdate:;
- systemCategories:;
- catRequest:;
- showReconcileWin:;
- showFindPanel:;
- New:;
- };
- SUPERCLASS = Object;
- };
- ObjectCell = {
- OUTLETS = {
- myObject;
- };
- SUPERCLASS = ActionCell;
- };
- System = {
- ACTIONS = {
- browser:;
- windowWillClose:;
- reconcileAccount:;
- showAccount:;
- deleteAccount:;
- createAccount:;
- doShowCategories:;
- showCategories:;
- findTransaction:;
- doShowFindPanel:;
- importExpRequest:;
- selectAccount:;
- cancelCreateAcct:;
- hideAccount:;
- windowWillResize:;
- contextHelp:;
- saveAs:;
- close:;
- okCreateAcct:;
- archiveSys:;
- showFindPanel:;
- windowDidBecomeMain:;
- save:;
- setDefaultBoundary:;
- };
- OUTLETS = {
- categoryButton;
- findButton;
- OKCreatePanelButton;
- renamePanel;
- categoryMgr;
- acctNameForm;
- accountBrowser;
- createPanel;
- createButton;
- newNameField;
- transactionMgr;
- acctTypeRadio;
- acctBalanceForm;
- reconcileButton;
- systemWindow;
- createView;
- oldNameField;
- findPanel;
- createDate;
- createPanelBox;
- activeAccount;
- errMsgTable;
- };
- SUPERCLASS = List;
- };
-